home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ARexx4Beginners / Articles_01-10 / Example5-2.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-04-06  |  66 b   |  5 lines

  1. /* Example5-2 */
  2. /* This illustrates SAYing a number */
  3.  
  4. SAY 45.3
  5.